diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-22 04:23:10 +0000 |
commit | 23cf19aad368e794357fb9fdcabd3ad412056b96 (patch) | |
tree | d65e20caa60e9bbae207d8e7cfdfc0a5fbbca190 /src/graph/view3D | |
parent | 5b484d68a91e5867c96ac409253f3503b188aadd (diff) | |
download | open-axiom-23cf19aad368e794357fb9fdcabd3ad412056b96.tar.gz |
Diffstat (limited to 'src/graph/view3D')
-rw-r--r-- | src/graph/view3D/component3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/control3d.c | 6 | ||||
-rw-r--r-- | src/graph/view3D/lighting3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/main3d.c | 6 | ||||
-rw-r--r-- | src/graph/view3D/process3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/quit3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/save3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/smoothShade3d.c | 2 | ||||
-rw-r--r-- | src/graph/view3D/surface3d.c | 6 | ||||
-rw-r--r-- | src/graph/view3D/testcol.c | 6 | ||||
-rw-r--r-- | src/graph/view3D/viewport3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/volume3d.c | 4 | ||||
-rw-r--r-- | src/graph/view3D/write3d.c | 2 |
13 files changed, 28 insertions, 28 deletions
diff --git a/src/graph/view3D/component3d.c b/src/graph/view3D/component3d.c index 24985144..626790be 100644 --- a/src/graph/view3D/component3d.c +++ b/src/graph/view3D/component3d.c @@ -1,7 +1,7 @@ /* Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -41,7 +41,7 @@ #include "Gfun.H1" #include "util.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" diff --git a/src/graph/view3D/control3d.c b/src/graph/view3D/control3d.c index 6178cd27..a7e45760 100644 --- a/src/graph/view3D/control3d.c +++ b/src/graph/view3D/control3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -48,8 +48,8 @@ #include "cpanel.h" #include "util.H1" -#include "XShade.H1" -#include "XSpadFill.H1" +#include "XShade.h" +#include "XSpadFill.h" #include "Gfun.H1" #include "all_3d.H1" diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c index a6317f53..dc7f34ab 100644 --- a/src/graph/view3D/lighting3d.c +++ b/src/graph/view3D/lighting3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -50,7 +50,7 @@ #include "volume.h" #include "Gfun.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" #define lightMASK ExposureMask diff --git a/src/graph/view3D/main3d.c b/src/graph/view3D/main3d.c index f55cc257..60593094 100644 --- a/src/graph/view3D/main3d.c +++ b/src/graph/view3D/main3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -49,8 +49,8 @@ #include "util.H1" #include "Gfun.H1" -#include "XSpadFill.H1" -#include "XShade.H1" +#include "XSpadFill.h" +#include "XShade.h" #include "all_3d.H1" #include "cfuns.h" diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c index f8f52bdd..5e56825d 100644 --- a/src/graph/view3D/process3d.c +++ b/src/graph/view3D/process3d.c @@ -57,8 +57,8 @@ #include "util.H1" #include "Gfun.H1" #include "pixmap.h" -#include "XShade.H1" -#include "XSpadFill.H1" +#include "XShade.h" +#include "XSpadFill.h" #include "all_3d.H1" #include "cfuns.h" diff --git a/src/graph/view3D/quit3d.c b/src/graph/view3D/quit3d.c index bde9e329..0978e329 100644 --- a/src/graph/view3D/quit3d.c +++ b/src/graph/view3D/quit3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ #include "util.H1" #include "Gfun.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" #define quitMASK ExposureMask diff --git a/src/graph/view3D/save3d.c b/src/graph/view3D/save3d.c index 5263f2e3..94cccd32 100644 --- a/src/graph/view3D/save3d.c +++ b/src/graph/view3D/save3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -45,7 +45,7 @@ #include "../include/purty/volume.mask" #include "Gfun.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" #define saveMASK ExposureMask diff --git a/src/graph/view3D/smoothShade3d.c b/src/graph/view3D/smoothShade3d.c index b8896c57..5d09a4ed 100644 --- a/src/graph/view3D/smoothShade3d.c +++ b/src/graph/view3D/smoothShade3d.c @@ -48,7 +48,7 @@ #include "spadcolors.h" #include "Gfun.H1" #include "util.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" #define SAFE_VALUE 892347 diff --git a/src/graph/view3D/surface3d.c b/src/graph/view3D/surface3d.c index be54efa7..b7a19cc5 100644 --- a/src/graph/view3D/surface3d.c +++ b/src/graph/view3D/surface3d.c @@ -1,7 +1,7 @@ /* Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -46,8 +46,8 @@ #include "sockio.h" #include "com.h" -#include "XSpadFill.H1" -#include "XShade.H1" +#include "XSpadFill.h" +#include "XShade.h" #include "util.H1" #include "Gfun.H1" #include "all_3d.H1" diff --git a/src/graph/view3D/testcol.c b/src/graph/view3D/testcol.c index b73337e0..4db2a7f9 100644 --- a/src/graph/view3D/testcol.c +++ b/src/graph/view3D/testcol.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -49,8 +49,8 @@ #include "util.H1" #include "Gfun.H1" -#include "XSpadFill.H1" -#include "XShade.H1" +#include "XSpadFill.h" +#include "XShade.h" #include "all_3d.H1" #include "spadBitmap.bitmap" diff --git a/src/graph/view3D/viewport3d.c b/src/graph/view3D/viewport3d.c index 67b19e34..d560f9e5 100644 --- a/src/graph/view3D/viewport3d.c +++ b/src/graph/view3D/viewport3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -60,7 +60,7 @@ #include "util.H1" #include "Gfun.H1" -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "all_3d.H1" #define axesOffset 5 diff --git a/src/graph/view3D/volume3d.c b/src/graph/view3D/volume3d.c index a94e518e..3fdfa3be 100644 --- a/src/graph/view3D/volume3d.c +++ b/src/graph/view3D/volume3d.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2008, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -48,7 +48,7 @@ -#include "XSpadFill.H1" +#include "XSpadFill.h" #include "Gfun.H1" #include "all_3d.H1" diff --git a/src/graph/view3D/write3d.c b/src/graph/view3D/write3d.c index 2007293c..d84f0c13 100644 --- a/src/graph/view3D/write3d.c +++ b/src/graph/view3D/write3d.c @@ -45,7 +45,7 @@ #include "pixmap.h" -#include "XShade.H1" +#include "XShade.h" #include "Gfun.H1" #include "all_3d.H1" |