X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flsystemparameters.h;h=2fabdd34d551d1ad190fb86ddd3685e2c87fe41f;hb=1a372e99786b50b48ed0158b4adcb276cf945a9e;hp=1d80635bad8e7f7896874fd2765493d2efbe0d24;hpb=dd73b028a74ef8b57569c3e76751481d2124e491;p=lsystem3d.git diff --git a/src/lsystemparameters.h b/src/lsystemparameters.h index 1d80635..2fabdd3 100644 --- a/src/lsystemparameters.h +++ b/src/lsystemparameters.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -32,7 +32,7 @@ using namespace std; /** - * Save and load a l-system specification + * Save and load a L-system specification */ class LSystemParameters : protected XMLStructure { @@ -49,14 +49,14 @@ public: /** * Load parameters from xml file - * @param lsystem put parameters into this l-system + * @param lsystem put parameters into this L-system * @param path path to xml file */ void load(LindenmayerSystem *lsystem, string path); /** * Save parameters to xml file - * @param lsystem get parameters from this l-system + * @param lsystem get parameters from this L-system * @param path path to xml file */ void save(LindenmayerSystem *lsystem, string path);